home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / sdlay10.zip / SDELAY.DOC < prev    next >
Text File  |  1994-06-19  |  3KB  |  58 lines

  1. SDELAY.EXE    / | |  /\   /\ | /
  2.               \ |-| |  | |   |<        /   /\  \    / |---
  3.               / | |  \/   \/ | \  /\  /   /--\  \  /  |--
  4.                                 \/  \/   /    \  \/   |---
  5.                  Software  (c)
  6.  
  7. 6/19/1994
  8.  
  9.      Sometimes there's just too much time in the day so Shockwave
  10. DELAY creator was developed to eat that time.  It is a little 
  11. program that produces a physical delay on the PC.  SDELAY can be 
  12. used in a batch file setting to add a delay between the execution
  13. of programs.  SDELAY at the command prompt or in a batch file 
  14. with the range settings properly inserted will not produce 
  15. any character echoes, so it's implementation can be kept 
  16. completely transparent to the user.  SDELAY can theoretically
  17. produce delays from as little as around 1 millisecond to delays 
  18. that encompasses an entire day, 86,400,000 milliseconds.   
  19. "A delay that lasts an entire DAY!!!", you may say.  Well, yeah,
  20. I can't imagine why anyone would need a delay that long, but I'm 
  21. sure someone will find a use for it.  SDELAY can be used to
  22. make a delay for an hour, 3,600,000 milliseconds, so you can make
  23. your computer wait till you're long gone before it shocks the 
  24. unsuspecting bystander with the running of some other program in
  25. a batch file.  An example .BAT file of this is as follows:
  26.  
  27. @ECHO OFF
  28. REM  ...  create the 1 hour delay  ...
  29. SDELAY 3600000
  30. REM  ...  use Shockwave SOUND creator to produce a beep 
  31. REM       of 1000 hertz for 2 seconds ...
  32. SSOUND 1000 2000
  33. :END
  34.  
  35.      SDELAY is fairly easy to use, if you need help with syntax, 
  36. typing: SDELAY /?  at the DOS prompt displays a full help screen.
  37. The command line switch /SHOW is nice to use when you want to see
  38. how far along the delay is at any moment during SDELAY's 
  39. execution.  When using this switch make sure it follows the 
  40. milliseconds parameter on the command line.  If you have any 
  41. questions or suggestions send E-mail to Richard Cheek on the 
  42. official ShockWave Software Beta test sites...
  43.     FidoNET address:  1:3654/2      (PowerSurge BBS)
  44.  or FidoNET address:  1:3644/9      (Deep Space 9 BBS)
  45. or InterNET address:  cheekr@hamlet.uncg.edu
  46.  
  47.      SDELAY is offered to the public FREE of charge.  The author
  48. encourages you to help distribute this and other software of the
  49. same freeware nature widely.  I only ask that SDELAY.EXE and this
  50. documentation not be altered in any way.  The author clams no
  51. responsibility in any way, shape, or form for any damage caused
  52. to your computer system from the effects of SDELAY's usage.  By
  53. using this software you agree to the above terms.
  54.  
  55. Happy Computing,
  56.  
  57. ░▒▓█  Richard Cheek  █▓▒░
  58.